control: command support for enabling all tracepoints/syscalls
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / dialogs / IEnableKernelEvents.java
index 86adb6eafbd33b2554e43859a1e4a52c4a2806ad..868f30164ec9cd6f0a24022d6e0ae1aefaf8f167 100644 (file)
@@ -31,6 +31,11 @@ public interface IEnableKernelEvents {
      */
     boolean isTracepoints();
 
+    /**
+     * @return a flag indicating all tracepoints and syscall shall be enabled or not
+     */
+    boolean isAllEvents();
+
     /**
      * @return a flag indicating whether all tracepoints shall be enabled or not.
      */
@@ -81,4 +86,8 @@ public interface IEnableKernelEvents {
      */
     String getFunction();
 
+    /**
+     * @return a filter expression
+     */
+    String getFilterExpression();
 }
\ No newline at end of file
This page took 0.044942 seconds and 5 git commands to generate.