tmf: Rename packages to org.eclipse.tracecompass.*
[deliverable/tracecompass.git] / org.eclipse.tracecompass.btf.core / src / org / eclipse / linuxtools / btf / core / event / BtfEvent.java
index b688b7dacb121d6ce27df04b1915cc537a98901b..854fc724d4aadaf0e3b4d8a88f26f555087fd610 100644 (file)
 
 package org.eclipse.linuxtools.btf.core.event;
 
-import org.eclipse.linuxtools.tmf.core.event.ITmfEventField;
-import org.eclipse.linuxtools.tmf.core.event.ITmfEventType;
-import org.eclipse.linuxtools.tmf.core.event.TmfEvent;
-import org.eclipse.linuxtools.tmf.core.timestamp.ITmfTimestamp;
-import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
+import org.eclipse.tracecompass.tmf.core.event.ITmfEventField;
+import org.eclipse.tracecompass.tmf.core.event.ITmfEventType;
+import org.eclipse.tracecompass.tmf.core.event.TmfEvent;
+import org.eclipse.tracecompass.tmf.core.timestamp.ITmfTimestamp;
+import org.eclipse.tracecompass.tmf.core.trace.ITmfTrace;
 
 /**
  * A Btf event, basically a wrapper for the TmfEvent with the additional field
This page took 0.025221 seconds and 5 git commands to generate.