lttng.control: Add support for enabling syscall by name
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / model / impl / NullControlService.java
index c32257e9f444df1627f747c6377da042b0101b8f..ce9f9740c9af97534d05f3cb8b06d4f04babd903 100644 (file)
@@ -109,7 +109,7 @@ class NullControlService implements ILttngControlService {
     }
 
     @Override
-    public void enableSyscalls(String sessionName, String channelName, IProgressMonitor monitor) throws ExecutionException {
+    public void enableSyscalls(String sessionName, String channelName, List<String> eventNames, IProgressMonitor monitor) throws ExecutionException {
     }
 
     @Override
This page took 0.024359 seconds and 5 git commands to generate.