Initial work for kernel tracing support
[lttng-tools.git] / liblttngctl / liblttngctl.c
index d782bb07e93459d5ea9cb237de99752a2b6249a5..ab44efe90f5ce825d1443d3911e499d6b01a3e22 100644 (file)
@@ -213,6 +213,16 @@ int lttng_kernel_open_metadata(void)
        return ask_sessiond(KERNEL_OPEN_METADATA, NULL);
 }
 
+/*
+ *  lttng_kernel_create_stream
+ *
+ *  Create stream in the kernel tracer.
+ */
+int lttng_kernel_create_stream(void)
+{
+       return ask_sessiond(KERNEL_CREATE_STREAM, NULL);
+}
+
 /*
  *  lttng_kernel_start_tracing
  *
This page took 0.022554 seconds and 4 git commands to generate.