lttng: update enable channel for UST buffer type
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / service / LTTngControlServiceConstants.java
index ab170766d7eaade69c9da827b39426fa441cc435..8b312bc2b45cc7ba8c5005975c228576c799d43e 100644 (file)
@@ -227,6 +227,10 @@ public interface LTTngControlServiceConstants {
      * Command line option for per UID buffers
      */
     static final String OPTION_PER_UID_BUFFERS = " --buffers-uid "; //$NON-NLS-1$
+    /**
+     * Command line option for per PID buffers
+     */
+    static final String OPTION_PER_PID_BUFFERS = " --buffers-pid "; //$NON-NLS-1$
     /**
      * Command line option for maximum size of trace files
      */
This page took 0.025342 seconds and 5 git commands to generate.