Add calibrate command
[lttng-tools.git] / include / lttng-kernel.h
index 9eb207bb2fd4e255cf88bccc8de61f27ce99deec..95f003f2df2391423dff548e6bc90f3ce25c41e0 100644 (file)
@@ -105,4 +105,12 @@ struct lttng_kernel_tracer_version {
        uint32_t sublevel;
 };
 
+enum lttng_kernel_calibrate_type {
+       LTTNG_KERNEL_CALIBRATE_KRETPROBE,
+};
+
+struct lttng_kernel_calibrate {
+       enum lttng_kernel_calibrate_type type;  /* type (input) */
+};
+
 #endif /* _LTTNG_KERNEL_H */
This page took 0.02286 seconds and 4 git commands to generate.