Adapt new kernel.core plugins to TMF
[deliverable/tracecompass.git] / lttng / org.lttng.scope.lttng.kernel.core / src / org / lttng / scope / lttng / kernel / core / trace / layout / internal / Lttng28EventLayout.java
diff --git a/lttng/org.lttng.scope.lttng.kernel.core/src/org/lttng/scope/lttng/kernel/core/trace/layout/internal/Lttng28EventLayout.java b/lttng/org.lttng.scope.lttng.kernel.core/src/org/lttng/scope/lttng/kernel/core/trace/layout/internal/Lttng28EventLayout.java
deleted file mode 100644 (file)
index 6efd9cd..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2015 Ericsson, École Polytechnique de Montréal
- *
- * All rights reserved. This program and the accompanying materials are
- * made available under the terms of the Eclipse Public License v1.0 which
- * accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- ******************************************************************************/
-
-package org.lttng.scope.lttng.kernel.core.trace.layout.internal;
-
-/**
- * This file defines all the known event and field names for LTTng kernel
- * traces, for versions of lttng-modules 2.8 and above.
- *
- * @author Francis Giraldeau
- */
-public class Lttng28EventLayout extends Lttng27EventLayout {
-
-    /**
-     * Constructor
-     */
-    protected Lttng28EventLayout() {
-    }
-
-    private static final Lttng28EventLayout INSTANCE = new Lttng28EventLayout();
-
-    public static Lttng28EventLayout getInstance() {
-        return INSTANCE;
-    }
-
-    // ------------------------------------------------------------------------
-    // New definitions in LTTng 2.8
-    // ------------------------------------------------------------------------
-
-    @Override
-    public String eventSchedProcessWaking() {
-        return "sched_waking"; //$NON-NLS-1$
-    }
-
-}
This page took 0.02462 seconds and 5 git commands to generate.