lttng: Handle compat_syscall_exit_* events correctly
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.core / src / org / eclipse / tracecompass / analysis / os / linux / core / trace / IKernelAnalysisEventLayout.java
index 0d7e59b854c58245a16c57807d3b6ccaeee9df8a..75e43fa7c8dcc4e4081b7ff9eec47f8da4b957f3 100644 (file)
@@ -184,6 +184,15 @@ public interface IKernelAnalysisEventLayout {
      */
     String eventSyscallExitPrefix();
 
+    /**
+     * System call compatibility layer exit prefix, something like
+     * "compat_syscall_exit".
+     *
+     * @return the event name
+     * @since 2.0
+     */
+    String eventCompatSyscallExitPrefix();
+
     /**
      * The scheduler replaced the current process image with a new one. The
      * process should also be renamed at this point. In windows, this is part of
This page took 0.024472 seconds and 5 git commands to generate.