Add calibrate command
[lttng-tools.git] / libkernelctl / libkernelctl.h
index b5274d983539ed0bb2d5504a50507bb9c72a2497..026f58d21df89de12faf9b552cd6672d4a7cba47 100644 (file)
@@ -4,8 +4,8 @@
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * as published by the Free Software Foundation; only version 2
+ * of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -50,5 +50,6 @@ int kernctl_stop_session(int fd);
 int kernctl_tracepoint_list(int fd);
 int kernctl_tracer_version(int fd, struct lttng_kernel_tracer_version *v);
 int kernctl_wait_quiescent(int fd);
+int kernctl_calibrate(int fd, struct lttng_kernel_calibrate *calibrate);
 
 #endif /* _LTT_LIBKERNELCTL_H */
This page took 0.022684 seconds and 4 git commands to generate.