lttng: Handle compat_syscall_exit_* events correctly
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.kernel.core / src / org / eclipse / tracecompass / internal / lttng2 / kernel / core / trace / layout / Lttng26EventLayout.java
index 34284ceda12d0b48892246b4c33c03deae704dd3..606699a8f69ad0ec6652d8be9b7f0f7ea4eea280 100644 (file)
@@ -49,4 +49,9 @@ public class Lttng26EventLayout extends LttngEventLayout {
     public String eventSyscallExitPrefix() {
         return "syscall_exit_"; //$NON-NLS-1$
     }
+
+    @Override
+    public String eventCompatSyscallExitPrefix() {
+        return "compat_syscall_exit_"; //$NON-NLS-1$
+    }
 }
This page took 0.050073 seconds and 5 git commands to generate.