X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-sessiond%2Fkernel-ctl.h;h=df0cca2af08e896ca852b7c5cdf1670c721802bb;hb=cd80958d00fddabced5fbd60641978516a01e29e;hp=22250417db7883b496efa8d9211525add09a642c;hpb=9f19cc17a942a7089fc209a2527d8b2960c83a00;p=lttng-tools.git diff --git a/ltt-sessiond/kernel-ctl.h b/ltt-sessiond/kernel-ctl.h index 22250417d..df0cca2af 100644 --- a/ltt-sessiond/kernel-ctl.h +++ b/ltt-sessiond/kernel-ctl.h @@ -51,5 +51,6 @@ int kernel_start_session(struct ltt_kernel_session *session); int kernel_stop_session(struct ltt_kernel_session *session); ssize_t kernel_list_events(int tracer_fd, struct lttng_event **event_list); void kernel_wait_quiescent(int fd); +int kernel_calibrate(int fd, struct lttng_kernel_calibrate *calibrate); #endif /* _LTT_KERNEL_CTL_H */