Add calibrate command
[lttng-tools.git] / libkernelctl / libkernelctl.c
index 1f30c77c0bb42e9502d6899557dae183362ddf36..78b2563473fd370be92dc116dc57875af59c45e3 100644 (file)
@@ -166,3 +166,8 @@ int kernctl_wait_quiescent(int fd)
 {
        return ioctl(fd, LTTNG_KERNEL_WAIT_QUIESCENT);
 }
+
+int kernctl_calibrate(int fd, struct lttng_kernel_calibrate *calibrate)
+{
+       return ioctl(fd, LTTNG_KERNEL_CALIBRATE, calibrate);
+}
This page took 0.023304 seconds and 4 git commands to generate.