tmf: Remove the "event type" from AbstractTmfStateProvider
[deliverable/tracecompass.git] / org.eclipse.tracecompass.analysis.os.linux.core / src / org / eclipse / tracecompass / analysis / os / linux / core / kernelanalysis / KernelStateProvider.java
index 77193c1f7a2d41be81a4aaaf059f991e72a6d4fa..ab1c397ca8311b3f06b84f66306b185015b64b06 100644 (file)
@@ -88,7 +88,7 @@ public class KernelStateProvider extends AbstractTmfStateProvider {
      *            depending on the tracer implementation.
      */
     public KernelStateProvider(ITmfTrace trace, IKernelAnalysisEventLayout layout) {
-        super(trace, ITmfEvent.class, "Kernel"); //$NON-NLS-1$
+        super(trace, "Kernel"); //$NON-NLS-1$
         fLayout = layout;
         fEventNames = buildEventNames(layout);
     }
This page took 0.025912 seconds and 5 git commands to generate.